[INFO] cloning repository https://github.com/lapismyt/xray_config-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lapismyt/xray_config-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flapismyt%2Fxray_config-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flapismyt%2Fxray_config-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] de3bd97ac27d0d6748872b1c75d25ffe6ceac840
[INFO] fixing lapismyt/xray_config-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flapismyt%2Fxray_config-rs" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lapismyt/xray_config-rs
[INFO] finished tweaking git repo https://github.com/lapismyt/xray_config-rs
[INFO] tweaked toml for git repo https://github.com/lapismyt/xray_config-rs written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lapismyt/xray_config-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lapismyt/xray_config-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.117
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.117
[INFO] [stderr]   Downloaded js-sys v0.3.94
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.117
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.117
[INFO] [stderr]   Downloaded libc v0.2.184
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d287cc37f4f29d9f13e83453dac154b84ea3b1c235331b7afff9082123bf7228
[INFO] running `Command { std: "docker" "start" "d287cc37f4f29d9f13e83453dac154b84ea3b1c235331b7afff9082123bf7228", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d287cc37f4f29d9f13e83453dac154b84ea3b1c235331b7afff9082123bf7228" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d287cc37f4f29d9f13e83453dac154b84ea3b1c235331b7afff9082123bf7228", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d287cc37f4f29d9f13e83453dac154b84ea3b1c235331b7afff9082123bf7228" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.18.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_with v3.18.0
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking xray_config v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]  --> examples/config_examples.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use xray_config_rs::inbound::InboundConfig;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use xray_config_rs::inbound::InboundConfig;
[INFO] [stdout] 2 + use xray_config::inbound::InboundConfig;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]  --> examples/config_examples.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use xray_config_rs::outbound::OutboundConfig;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use xray_config_rs::outbound::OutboundConfig;
[INFO] [stdout] 3 + use xray_config::outbound::OutboundConfig;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]  --> examples/config_examples.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use xray_config_rs::protocol::{InboundSettings, OutboundSettings};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use xray_config_rs::protocol::{InboundSettings, OutboundSettings};
[INFO] [stdout] 4 + use xray_config::protocol::{InboundSettings, OutboundSettings};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]  --> examples/config_examples.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use xray_config_rs::protocol::vless::{VlessInboundSettings, VlessUser, VlessOutboundSettings, VlessVnext};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use xray_config_rs::protocol::vless::{VlessInboundSettings, VlessUser, VlessOutboundSettings, VlessVnext};
[INFO] [stdout] 5 + use xray_config::protocol::vless::{VlessInboundSettings, VlessUser, VlessOutboundSettings, VlessVnext};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]  --> examples/config_examples.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use xray_config_rs::protocol::shadowsocks::{ShadowsocksOutboundSettings, ShadowsocksServer};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use xray_config_rs::protocol::shadowsocks::{ShadowsocksOutboundSettings, ShadowsocksServer};
[INFO] [stdout] 6 + use xray_config::protocol::shadowsocks::{ShadowsocksOutboundSettings, ShadowsocksServer};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]  --> examples/config_examples.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use xray_config_rs::protocol::socks::SocksInboundSettings;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 - use xray_config_rs::protocol::socks::SocksInboundSettings;
[INFO] [stdout] 7 + use xray_config::protocol::socks::SocksInboundSettings;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]  --> examples/config_examples.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use xray_config_rs::transport::{StreamSettings, RealitySettings, XhttpSettings, WsSettings, TlsSettings};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 - use xray_config_rs::transport::{StreamSettings, RealitySettings, XhttpSettings, WsSettings, TlsSettings};
[INFO] [stdout] 8 + use xray_config::transport::{StreamSettings, RealitySettings, XhttpSettings, WsSettings, TlsSettings};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]  --> examples/config_examples.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use xray_config_rs::common::{Address, Port};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 - use xray_config_rs::common::{Address, Port};
[INFO] [stdout] 9 + use xray_config::common::{Address, Port};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `xray_config_rs`
[INFO] [stdout]  --> examples/config_examples.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use xray_config_rs::Config;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use xray_config_rs::Config;
[INFO] [stdout] 1 + use xray_config::Config;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xray_config` (example "config_examples") due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `xray_config_rs`
[INFO] [stdout]  --> examples/parsing.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use xray_config_rs::Config;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use xray_config_rs::Config;
[INFO] [stdout] 1 + use xray_config::Config;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]   --> examples/parsing.rs:43:29
[INFO] [stdout]    |
[INFO] [stdout] 43 |         log.loglevel = Some(xray_config_rs::log::LogLevel::Warning);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 43 -         log.loglevel = Some(xray_config_rs::log::LogLevel::Warning);
[INFO] [stdout] 43 +         log.loglevel = Some(xray_config::log::LogLevel::Warning);
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use xray_config::log::LogLevel;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `LogLevel`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 43 -         log.loglevel = Some(xray_config_rs::log::LogLevel::Warning);
[INFO] [stdout] 43 +         log.loglevel = Some(LogLevel::Warning);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]   --> examples/parsing.rs:47:24
[INFO] [stdout]    |
[INFO] [stdout] 47 |     let new_outbound = xray_config_rs::outbound::OutboundConfig {
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 47 -     let new_outbound = xray_config_rs::outbound::OutboundConfig {
[INFO] [stdout] 47 +     let new_outbound = xray_config::outbound::OutboundConfig {
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use xray_config::outbound;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `outbound`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 47 -     let new_outbound = xray_config_rs::outbound::OutboundConfig {
[INFO] [stdout] 47 +     let new_outbound = outbound::OutboundConfig {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]   --> examples/parsing.rs:48:19
[INFO] [stdout]    |
[INFO] [stdout] 48 |         protocol: xray_config_rs::protocol::OutboundSettings::Freedom(Default::default()),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 48 -         protocol: xray_config_rs::protocol::OutboundSettings::Freedom(Default::default()),
[INFO] [stdout] 48 +         protocol: xray_config::protocol::OutboundSettings::Freedom(Default::default()),
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use xray_config::protocol::OutboundSettings;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OutboundSettings`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 48 -         protocol: xray_config_rs::protocol::OutboundSettings::Freedom(Default::default()),
[INFO] [stdout] 48 +         protocol: OutboundSettings::Freedom(Default::default()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]  --> tests/config_test.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use xray_config_rs::protocol::{InboundSettings, OutboundSettings};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use xray_config_rs::protocol::{InboundSettings, OutboundSettings};
[INFO] [stdout] 2 + use xray_config::protocol::{InboundSettings, OutboundSettings};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]  --> tests/config_test.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use xray_config_rs::common::Port;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use xray_config_rs::common::Port;
[INFO] [stdout] 3 + use xray_config::common::Port;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `xray_config_rs`
[INFO] [stdout]  --> tests/config_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use xray_config_rs::Config;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use xray_config_rs::Config;
[INFO] [stdout] 1 + use xray_config::Config;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xray_config` (example "parsing") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]   --> tests/config_test.rs:35:55
[INFO] [stdout]    |
[INFO] [stdout] 35 |     assert_eq!(config.log.unwrap().loglevel.unwrap(), xray_config_rs::log::LogLevel::Info);
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 35 -     assert_eq!(config.log.unwrap().loglevel.unwrap(), xray_config_rs::log::LogLevel::Info);
[INFO] [stdout] 35 +     assert_eq!(config.log.unwrap().loglevel.unwrap(), xray_config::log::LogLevel::Info);
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use xray_config::log::LogLevel;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `LogLevel`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 35 -     assert_eq!(config.log.unwrap().loglevel.unwrap(), xray_config_rs::log::LogLevel::Info);
[INFO] [stdout] 35 +     assert_eq!(config.log.unwrap().loglevel.unwrap(), LogLevel::Info);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]    --> tests/config_test.rs:108:50
[INFO] [stdout]     |
[INFO] [stdout] 108 |     assert_eq!(routing.domain_strategy.unwrap(), xray_config_rs::routing::DomainStrategy::IPIfNonMatch);
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 108 -     assert_eq!(routing.domain_strategy.unwrap(), xray_config_rs::routing::DomainStrategy::IPIfNonMatch);
[INFO] [stdout] 108 +     assert_eq!(routing.domain_strategy.unwrap(), xray_config::routing::DomainStrategy::IPIfNonMatch);
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use xray_config::routing::DomainStrategy;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `DomainStrategy`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 108 -     assert_eq!(routing.domain_strategy.unwrap(), xray_config_rs::routing::DomainStrategy::IPIfNonMatch);
[INFO] [stdout] 108 +     assert_eq!(routing.domain_strategy.unwrap(), DomainStrategy::IPIfNonMatch);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `xray_config_rs` in this scope
[INFO] [stdout]    --> tests/config_test.rs:205:55
[INFO] [stdout]     |
[INFO] [stdout] 205 |     assert_eq!(config.log.unwrap().loglevel.unwrap(), xray_config_rs::log::LogLevel::Info);
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `xray_config_rs`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 205 -     assert_eq!(config.log.unwrap().loglevel.unwrap(), xray_config_rs::log::LogLevel::Info);
[INFO] [stdout] 205 +     assert_eq!(config.log.unwrap().loglevel.unwrap(), xray_config::log::LogLevel::Info);
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use xray_config::log::LogLevel;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `LogLevel`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 205 -     assert_eq!(config.log.unwrap().loglevel.unwrap(), xray_config_rs::log::LogLevel::Info);
[INFO] [stdout] 205 +     assert_eq!(config.log.unwrap().loglevel.unwrap(), LogLevel::Info);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xray_config` (test "config_test") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "d287cc37f4f29d9f13e83453dac154b84ea3b1c235331b7afff9082123bf7228", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d287cc37f4f29d9f13e83453dac154b84ea3b1c235331b7afff9082123bf7228", kill_on_drop: false }`
[INFO] [stdout] d287cc37f4f29d9f13e83453dac154b84ea3b1c235331b7afff9082123bf7228
